home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 01274_Script_AXELPAYOFF Go To < prev    next >
Text File  |  1995-05-21  |  572b  |  25 lines

  1. on mouseDown
  2.   put "GoTo" into f
  3.   put "GoToHL" into fHL
  4.   puppetSound "button.aif"
  5.   hiliter 23, f, fHL
  6. end 
  7.  
  8.  
  9.  
  10. on mouseUp
  11.   global gTheDay, theMovieName, payoffStart, payoffEnd,¼
  12.  whichPayOff, whichBuyer, gDayOrNight, whoIsIt, theStopFrame, thePayEnd
  13.   puppetsprite 48, false
  14.   turnOffDaycons
  15.   WhatDayIsIt
  16.    put "AXELBuyers" into whichBuyer
  17.     put "P13N14A.MOV" into theMovieName
  18.     put "PayOff" into whichPayOff
  19.  
  20.     set payoffStart = 6120
  21.     set payoffEnd = 6690
  22.   set the castNum of sprite 23 = cast "GoTo"
  23.   updatestage
  24.   richOrPoor
  25. end